home *** CD-ROM | disk | FTP | other *** search
- NPLAN logical AND/OR/XOR example
-
- [LABELS] [Input A] [Input B] [AND] [OR ] [XOR]
- [END]
-
- [TEST] > > < < <
- [case 1] 0 0 0 0 0
- [case 2] 0 1 0 1 1
- [case 3] 1 0 0 1 1
- [case 4] 1 1 1 1 0
- [END]
-
- [INTERROGATE] > > < < <
- [case 1] 0 0 ? ? ?
- [case 2] 0 1 ? ? ?
- [case 3] 1 0 ? ? ?
- [case 4] 1 1 ? ? ?
- [END]
-
- [TRAINING] > > < < <
- [case 1] 0 0 0 0 0
- [case 2] 0 1 0 1 1
- [case 3] 1 0 0 1 1
- [case 4] 1 1 1 1 0
- [END]
-
- [LIMITS] > > < < <
- [highs] 1 1 1 1 1
- [lows] 0 0 0 0 0
- [END]
-
-